KsCommandStatus<T>.Value property

The value returned by a method. Its type depends on the method.

Namespace: IntervalZero.KINGSTAR.Base.Api

Assembly: IntervalZero.KINGSTAR.Base.Api (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0

Syntax

C#VB
public T Value { get; }
Public ReadOnly Property Value As T

Property value

Type: T

See also

KsCommandStatus<T> Class

IntervalZero.KINGSTAR.Base.Api Namespace